home *** CD-ROM | disk | FTP | other *** search
/ Daddy Day Care Press Kit / Daddy Day Care Press Kit.iso / mac / Acrobat Reader 5 PC / plug_ins / AcroFill.api / EXVW / 6200 next >
Text File  |  2002-12-14  |  698b  |  18 lines

  1. dialog(name: '$$$/Dialogs/AFPrefs', margin_height: 0, margin_width: 0)
  2. {
  3.     view(align_children: align_left, dwidth: gPrefsPanelWidth)
  4.     {
  5.         cluster(name: '$$$/Dialogs/AFPrefs/General', dwidth: gPrefsPanelWidth, dheight: gPrefsPanelHeight, align_children: align_left)
  6.         {
  7.             check_box(item_id: 'auto', name: '$$$/Dialogs/AFPrefs/Auto');
  8.             check_box(item_id: 'focs', name: '$$$/Dialogs/AFPrefs/Focus');
  9.             check_box(item_id: 'high', name: '$$$/Dialogs/AFPrefs/Highlight');
  10.             view(align_children: align_row) {
  11.                 gap(width: 10);
  12.                 static_text(item_id: 'txt1', name: '$$$/Dialogs/AFPrefs/HighColor');
  13.                 button(item_id: 'col1', picture: true, height: 20, width: 22);
  14.             }
  15.         }
  16.     }
  17. }
  18.